home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Mobiles Büro / Newton / Accordian 1.0b / ADF Folder / PenTek.adf < prev    next >
Text File  |  1997-05-15  |  4KB  |  164 lines

  1. // Notes Application
  2. application "paperroll" called "Notes"
  3.  
  4. // Notes Soup
  5. //
  6. // PenTek.adf file for RCU 2.x
  7. // version 1.0 08-22-96
  8. // by Paolo Alberto Casadio
  9. // e-mail: pacasadio@linknet.it
  10. // Compuserve: 72431,362
  11.  
  12. class "ArticleX:PnTek" called "News Note" of "Notes" contains
  13.     {
  14.     timestamp: datetime called "Date" default ""
  15.     title: string called "Title"
  16.     |ArticleX:PnTek|: entry called "Elements" contains 
  17.             {
  18.             mtitle: string called "Source"
  19.             mdate: date called "When"
  20.             marticle: string called "Article"
  21.             mstatus: string called "Status"
  22.             mpage: string called "Page"
  23.             mnote: note called "Note"
  24.             }
  25.  
  26.     viewstationary := symbol "ArticleX:PnTek"
  27.     height := value 200
  28.     data := nil
  29.     }
  30.     
  31. class "TeleX:PnTek" called "TV Note" of "Notes" contains
  32.     {
  33.     timestamp: datetime called "Date" default ""
  34.     title: string called "Title"
  35.     |TeleX:PnTek|: entry called "Elements" contains 
  36.             {
  37.             mchannel: string called "Channel"
  38.             mtime: datetime called "When"
  39.             mprogram: string called "Program"
  40.             mstatus: string called "Status"
  41.             mnote: note called "Note"
  42.             }
  43.  
  44.     viewstationary := symbol "TeleX:PnTek"
  45.     height := value 200
  46.     data := nil
  47.     }
  48.     
  49. class "AutoX:PnTek" called "Rent Note" of "Notes" contains
  50.     {
  51.     timestamp: datetime called "Date" default ""
  52.     title: string called "Title"
  53.     |AutoX:PnTek|: entry called "Elements" contains 
  54.             {
  55.             mlocation: string called "Where"
  56.             magency: string called "Agency"
  57.             mphone: string called "Phone"
  58.             mTime: date called "When"
  59.             mrate: string called "Rate"
  60.             mperiod: string called "Period"
  61.             mconfirm: string called "Confirm"
  62.             mnote: note called "Note"
  63.             }
  64.  
  65.     viewstationary := symbol "AutoX:PnTek"
  66.     height := value 200
  67.     data := nil
  68.     }
  69.  
  70. class "MessageX:PnTek" called "Phone Message" of "Notes" contains
  71.     {
  72.     timestamp: datetime called "Date" default ""
  73.     title: string called "Title"
  74.     |MessageX:PnTek|: entry called "Elements" contains 
  75.             {
  76.             who: string called "Who"
  77.             status: string called "Status"
  78.             mphone: string called "Phone"
  79.             mTime: date called "When"
  80.             mnote: note called "Note"
  81.             }
  82.  
  83.     viewstationary := symbol "MessageX:PnTek"
  84.     height := value 200
  85.     data := nil
  86.     }    
  87.     
  88. class "FlightX:PnTek" called "Flight" of "Notes" contains
  89.     {
  90.     timestamp: datetime called "Date" default ""
  91.     title: string called "Title"
  92.     |FlightX:PnTek|: entry called "Elements" contains 
  93.             {
  94.             mairline: string called "Airline"
  95.             mnumber: string called "Flight Number"
  96.             mdepart: datetime called "Depart"
  97.             mfrom: string called "From"
  98.             marrive: datetime called "Arrive"
  99.             mto: string called "To"
  100.             mnote: note called "Note"
  101.             }
  102.  
  103.     viewstationary := symbol "FlightX:PnTek"
  104.     height := value 200
  105.     data := nil
  106.     }
  107.     
  108. class "HotelX:PnTek" called "Hotel Reservation" of "Notes" contains
  109.     {
  110.     timestamp: datetime called "Date" default ""
  111.     title: string called "Title"
  112.     |HotelX:PnTek|: entry called "Elements" contains 
  113.             {
  114.             mlocation: string called "Location"
  115.             mhotel: string called "Hotel"
  116.             mphone: string called "Phone"
  117.             mtime: date called "When"
  118.             mperiod: string called "Period"
  119.             mrate: string called "Rate"
  120.             mconfirm: string called "Confirm"
  121.             mnote: note called "Note"
  122.             }
  123.  
  124.     viewstationary := symbol "HotelX:PnTek"
  125.     height := value 200
  126.     data := nil
  127.     }    
  128.     
  129. class "NetX:PnTek" called "URL Note" of "Notes" contains
  130.     {
  131.     timestamp: datetime called "Date" default ""
  132.     title: string called "Title"
  133.     |NetX:PnTek|: entry called "Elements" contains 
  134.             {
  135.             mtitle: string called "Title"
  136.             mtype: string called "Type"
  137.             maddress: string called "Address"
  138.             mstatus: date called "Status"
  139.             mnote: note called "Note"
  140.             }
  141.  
  142.     viewstationary := symbol "NetX:PnTek"
  143.     height := value 200
  144.     data := nil
  145.     }    
  146.     
  147. class "IdealX:PnTek" called "Rent Note" of "Notes" contains
  148.     {
  149.     timestamp: datetime called "Date" default ""
  150.     title: string called "Title"
  151.     |IdealX:PnTek|: entry called "Elements" contains 
  152.             {
  153.             mtitle: string called "Title"
  154.             maction: string called "Action"
  155.             mphone: string called "Phone"
  156.             mTime: date called "When"
  157.             mnote: note called "Note"
  158.             }
  159.  
  160.     viewstationary := symbol "IdealX:PnTek"
  161.     height := value 200
  162.     data := nil
  163.     }
  164.